home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / dev / misc / ConfigLib2.lha / ConfigLibrary / Include / proto / config.h
Encoding:
C/C++ Source or Header  |  1996-09-07  |  270 b   |  16 lines

  1. /*
  2. ** $VER: config.h 1.0 (7.9.96)
  3. **
  4. ** Prototype/Pragme include for config.library
  5. **
  6. ** Copyright (C) 1996, Adam Dawes.
  7. */
  8.  
  9. #ifndef PROTO_CONFIG_H
  10. #define PROTO_CONFIG_H
  11.  
  12. #include <clib/config_protos.h>
  13. #include <pragmas/config_pragmas.h>
  14.  
  15. #endif /* PROTO_CONFIG_H */
  16.